home *** CD-ROM | disk | FTP | other *** search
/ Champak 103 / Vol 103.iso / games / starship.swf / scripts / DefineButton2_241 / BUTTONCONDACTION on(release).as
Text File  |  2010-03-13  |  67b  |  5 lines

  1. on(release){
  2.    _root.world.ready = true;
  3.    gotoAndStop(4);
  4. }
  5.